home *** CD-ROM | disk | FTP | other *** search
/ Armed Forces Navy Canada Demo Disc / CF_FC.bin / pc / 07_Contact_FR.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(release).as
Text File  |  2008-06-18  |  242b  |  11 lines

  1. on(release){
  2.    if(System.capabilities.playerType == "StandAlone")
  3.    {
  4.       loadMovieNum("08_Quit_FR.swf",1,"GET");
  5.    }
  6.    else if(System.capabilities.playerType == "ActiveX")
  7.    {
  8.       getUrl("quit_FR.html", "_parent");
  9.    }
  10. }
  11.